Hey Amanda,
Can you give me more details on your installation of PHPSlideShow? I
visited your site and it looks like (after just a few seconds of
looking at the code, tell me if i'm wrong) that you pulled the code
from template.html of PHPSlideShow into a div of your Open Cart
template. If this is the case that will not work. The problem you're
seeing is that it's loading the first image using the template html
then when the user tries and action (such as going to the next picture
or starting a slideshow) they are directed to the main PHPSlideShow
installation using the default template.
You have a few options, one, run PHPSlideShow inside of an iframe and
customize the template.html to be very basic while still matching your
site layout. Another option would be to try an customize the slideshow
links to go to something like "
http://www.gracefulgardens.com/
information/information?information_id=20&directory=.¤tPic=1"
This would also require you to somehow tell your main page to look for
and get the slideshow content. A third option would be to use another
script or flash slideshow (I personally like PHPSlideShow and only
mentioning this so you know you do have the option)
IMHO your best bet may be the Iframe suggestion above.
Brooke